Nathan Fisher
|
12b10e382e
|
Complete some functions marked as todo in mailstore module
|
2023-06-21 01:21:19 -04:00 |
|
|
2d3f5ab718
|
Fix error which crept in due to daylight savings and me trying to be
clever about it.
|
2023-06-13 11:39:36 -04:00 |
|
Nathan Fisher
|
8c6e15a0c3
|
Properly handle timezone offsets; Implement conversion to/from Unix
timestamps (i64);
|
2023-06-11 22:48:02 -04:00 |
|
|
3dcb5b6991
|
Parse DateTime from Unix timestamp
|
2023-06-11 01:45:15 -04:00 |
|
|
c905e20b36
|
Miscellaneous cleanups
|
2023-06-11 00:18:28 -04:00 |
|
|
5c82b53a28
|
Use DateTime struct in GemtextNode::Timestamp
|
2023-06-10 10:21:26 -04:00 |
|
|
2bf74ecbab
|
impl PartialOrd for DateTime
|
2023-06-10 01:13:52 -04:00 |
|
Nathan Fisher
|
de27339b73
|
Added some tests for time::Parser
|
2023-06-10 00:08:33 -04:00 |
|
Nathan Fisher
|
0fcfb6db47
|
Add Time module for storing ISO-8601 time and converting to and from
a string
|
2023-06-09 01:23:35 -04:00 |
|