#time #hyperlane #language #day #format

hyperlane-time

A library for fetching the current time based on the system's locale settings

7 releases

new 0.0.7 Mar 2, 2025
0.0.6 Feb 9, 2025
0.0.5 Jan 20, 2025
0.0.1 Dec 29, 2024

#1565 in Network programming

Download history 178/week @ 2024-12-25 363/week @ 2025-01-01 359/week @ 2025-01-08 494/week @ 2025-01-15 20/week @ 2025-01-22 39/week @ 2025-01-29 263/week @ 2025-02-05 215/week @ 2025-02-12 166/week @ 2025-02-19 540/week @ 2025-02-26

1,207 downloads per month
Used in 7 crates (2 directly)

MIT license

13KB
182 lines

hyperlane-time

Official Documentation

Api Docs

A library for fetching the current time based on the system's locale settings.

Installation

To use this crate, you can run cmd:

cargo add hyperlane-time

Use

use hyperlane_time::*;
println!("Now time: {}", current_time());
println!("Now day: {}", current_date());

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contributing

Contributions are welcome! Please open an issue or submit a pull request.

Contact

For any inquiries, please reach out to the author at ltpp-universe root@ltpp.vip.

No runtime deps