#time #language #day #hyperlane #format

hyperlane-time

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

1 unstable release

new 0.0.1 Dec 29, 2024

#31 in #lang

Download history 178/week @ 2024-12-25

178 downloads per month
Used in 3 crates

MIT license

12KB
178 lines

hyperlane-time

Official Documentation

Api Docs

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

Features

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