diff options
author | OBATA Akio <[email protected]> | 2019-10-24 10:16:37 +0900 |
---|---|---|
committer | monsta <[email protected]> | 2020-02-16 13:58:25 +0300 |
commit | ff39907c4fb9ec52f1fb33a650670e9c50de293c (patch) | |
tree | 1764773e7b7f2487e8f5a47a3f7284d8bde7a9dc /mate-about/mate-about.c | |
parent | fba8265a6bc5d36dfddfadd7a3d4545c2c4732b6 (diff) | |
download | mate-desktop-ff39907c4fb9ec52f1fb33a650670e9c50de293c.tar.bz2 mate-desktop-ff39907c4fb9ec52f1fb33a650670e9c50de293c.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 'mate-about/mate-about.c')
0 files changed, 0 insertions, 0 deletions