ADDED: format_time//2 for describing strings involving dates and times

current_time/1 yields the current system time as an opaque time stamp.
This commit is contained in:
Markus Triska
2020-06-10 23:13:14 +02:00
parent e16762a137
commit 2fc887724b
5 changed files with 88 additions and 9 deletions

View File

@@ -43,3 +43,4 @@ sha3 = "0.8.2"
blake2 = "0.8.1"
openssl = { version = "0.10.29", features = ["vendored"] }
native-tls = "0.2.4"
chrono = "0.4.11"