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
path:
root
/
src
Age
Commit message (
Collapse
)
Author
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
Implemented fromstr
Botahamec
2021-12-27
Add weekdays
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
Simple year type
Botahamec
2021-12-21
Basic docs
Botahamec
2021-12-21
Starting template
Botahamec