diff options
author | OBATA Akio <[email protected]> | 2019-10-24 10:16:37 +0900 |
---|---|---|
committer | Victor Kareh <[email protected]> | 2019-10-31 11:18:15 -0400 |
commit | eea68481bab160e55f5e4d6e61d5a0a8d5a13d99 (patch) | |
tree | 66485f30450937f4ff3ebe8ebb92828128f00acd /utils | |
parent | 066a7b1974e68db56eb86b59f758ef5580473480 (diff) | |
download | mate-desktop-eea68481bab160e55f5e4d6e61d5a0a8d5a13d99.tar.bz2 mate-desktop-eea68481bab160e55f5e4d6e61d5a0a8d5a13d99.tar.xz |
Treat time_t as gint64 to convert from/to string
"time_t" may not equal with "long", especiall 32-bit
platforms resolved "Year 2038 problem".
There are no standard way to convert time_t from/to
string, but GLib2 using gint64 type as a time internally,
so it is reasonable to use gint64 for such purpose.
Diffstat (limited to 'utils')
0 files changed, 0 insertions, 0 deletions