Kang Seonghoon
|
f1931ad21e
|
added `chrono::format` module and `format` methods.
this is a saner replacement for `time::strftime`; it does not allocate
the additional memory.
|
2014-08-01 04:08:19 +09:00 |
Kang Seonghoon
|
ed71a1037b
|
made `Time::fmt` to use the same decimal separator as `Duration::fmt`.
|
2014-07-31 11:03:32 +09:00 |
Kang Seonghoon
|
9d52c6d2f1
|
added constructors from timestamp; added `UTC::{today,now}`.
|
2014-07-31 10:09:54 +09:00 |
Kang Seonghoon
|
95f5c0c095
|
splitted naive types into their own modules.
|
2014-07-29 16:17:26 +09:00 |