1
0
mirror of https://frontier.innolan.net/rainlance/amiga-ntimed.git synced 2026-01-12 23:49:09 +00:00

Default to UTC

This commit is contained in:
llsth
2015-03-13 15:33:47 +01:00
parent 143690c8d2
commit eb3ff55972

View File

@ -68,8 +68,7 @@ struct timeval {
};
#endif
// Default to CET
float utcoffset = 1.0;
float utcoffset = 0.0;
/**********************************************************************/