This website requires JavaScript.
Explore
Help
Register
Sign In
jeang3nie
/
epoch-rs
Watch
1
Star
0
Fork
0
You've already forked epoch-rs
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
3594cfafdf
epoch-rs
/
src
History
Nathan Fisher
3594cfafdf
Fix Weekday calculation to skip using TimeZone when converting DateTime to timestamp, so that the calculated weekday will match local time rather than UTC.
2024-01-30 00:22:52 -05:00
..
datetime.rs
Fix Weekday calculation to skip using TimeZone when converting DateTime to timestamp, so that the calculated weekday will match local time rather than UTC.
2024-01-30 00:22:52 -05:00
lib.rs
Initial commit
2024-01-29 10:58:27 -05:00
month.rs
Add
display
methods for pretty print; TODO: Use naive conversion to timestamp when getting Weekday. Currently, since we convert to UTC the returned value is invalid if it is a different day in the offset timezone
2024-01-30 00:15:56 -05:00
prelude.rs
Initial commit
2024-01-29 10:58:27 -05:00
weekday.rs
Add
display
methods for pretty print; TODO: Use naive conversion to timestamp when getting Weekday. Currently, since we convert to UTC the returned value is invalid if it is a different day in the offset timezone
2024-01-30 00:15:56 -05:00
year.rs
Initial commit
2024-01-29 10:58:27 -05:00
zone.rs
Add
display
methods for pretty print; TODO: Use naive conversion to timestamp when getting Weekday. Currently, since we convert to UTC the returned value is invalid if it is a different day in the offset timezone
2024-01-30 00:15:56 -05:00