index
:
botic
main
A time library for Rust, designed to properly handle leap seconds
Mica White
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-03-16
Merge branch 'master' of https://github.com/botahamec/botic
Botahamec
2022-03-16
Crude add year and add month
Botahamec
2022-03-16
Added categories
mrw1593
2022-03-07
Removed unnecessary todo
mrw1593
2022-03-07
Updated toml file
mrw1593
2022-03-07
Fixed some pedantic clippy warnings
mrw1593
2022-03-07
Implemented proper second addition
mrw1593
2022-03-03
Started with leap seconds
Botahamec
2022-02-14
day addition
Botahamec
2022-02-14
time addition
Botahamec
2022-01-31
Implemented default formatting
Botahamec
2022-01-31
Added ordering
Botahamec
2022-01-17
simple but useless datetime with time zones
Botahamec
2022-01-17
Switched to i16
Botahamec
2022-01-17
Added a reverse conversion to the timezone trait
Botahamec
2022-01-17
Basic timezones
Botahamec
2022-01-17
naive date time
Botahamec
2022-01-16
added a simple time type
Botahamec
2021-12-27
Added a super simple date structure
Botahamec
2021-12-27
Removed serde
Botahamec
2021-12-27
Switch to unlicense
Botahamec
2021-12-27
Implemented fromstr
Botahamec
2021-12-27
Add weekdays
Botahamec
2021-12-21
Add thiserror
Botahamec
2021-12-21
Added thanks to chrono and time
Botahamec
2021-12-21
Added more convenience methods
Botahamec
2021-12-21
Remove ordering for month
Botahamec
2021-12-21
Created a month enum
Botahamec
2021-12-21
Added auto-formatting
Botahamec
2021-12-21
Simple year type
Botahamec
2021-12-21
Added serde and derive_more
Botahamec
2021-12-21
Basic docs
Botahamec
2021-12-21
Starting template
Botahamec