1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
[](https://crates.io/crates/hyperlane-time)
[](https://img.shields.io/crates/d/hyperlane-time.svg)
[](https://docs.rs/hyperlane-time)
[](https://github.com/ltpp-universe/hyperlane-time/actions?query=workflow:Rust)
[](./LICENSE)
[Official Documentation](https://docs.ltpp.vip/hyperlane-time/)
[Api Docs](https://docs.rs/hyperlane-time/latest/hyperlane_time/)
To use this crate, you can run cmd:
```shell
cargo add hyperlane-time
```
```rust
use hyperlane_time::*;
println!("Now time: {}", current_time());
println!("Now day: {}", current_date());
println!("Now date: {}", current_date_gmt());
```
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
Contributions are welcome! Please open an issue or submit a pull request.
For any inquiries, please reach out to the author at [ltpp-universe <root@ltpp.vip>](mailto:root@ltpp.vip).