rust-datetime / datetime

Dates and times library for Rust.
MIT License
15 stars 9 forks source link

Adds Windows sys_time function #16

Closed tl8roy closed 7 years ago

tl8roy commented 7 years ago

Adds a Windows sys_time function using the code from the time crate.

Has been tested on x64 MSVC and Linux.

ogham commented 7 years ago

Thanks for this! Sorry this took so long for me to get to.