fspoettel / advent-of-code-rust

🎄Starter template for solving Advent of Code in Rust.
MIT License
713 stars 54 forks source link

Use server time for `cargo today` #61

Closed pokeylope closed 11 months ago

pokeylope commented 11 months ago

cargo today currently uses local time instead of server time for determining the date.

fspoettel commented 11 months ago

nice catch, thank you!