mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-17 23:08:40 +02:00
Fix a few more SystemTime calls.
This commit is contained in:
@@ -585,7 +585,7 @@ void InitRemind(int argc, char const *argv[])
|
||||
}
|
||||
/* Figure out the offset from UTC */
|
||||
if (CalculateUTC)
|
||||
(void) CalcMinsFromUTC(JulianToday, SystemTime(1)/60,
|
||||
(void) CalcMinsFromUTC(JulianToday, SystemTime(0)/60,
|
||||
&MinsFromUTC, NULL);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user