summaryrefslogtreecommitdiffstats
path: root/util/datetime/systime.cpp
diff options
context:
space:
mode:
authorlevong <[email protected]>2022-02-10 16:51:45 +0300
committerDaniil Cherednik <[email protected]>2022-02-10 16:51:45 +0300
commitdd80ec62c76c5c848197b5b7468e6e215e59d715 (patch)
treeab7fbbf3253d4c0e2793218f09378908beb025fb /util/datetime/systime.cpp
parent5a1d870a044e6a0fc52fe457c2a6055181cf7438 (diff)
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'util/datetime/systime.cpp')
-rw-r--r--util/datetime/systime.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/datetime/systime.cpp b/util/datetime/systime.cpp
index 9ebc54ac9a2..6ee7e8fc6ed 100644
--- a/util/datetime/systime.cpp
+++ b/util/datetime/systime.cpp
@@ -84,7 +84,7 @@ time_t TimeGM(const struct tm* t) {
unsigned long secs = days * 86400ul + t->tm_hour * 3600 + t->tm_min * 60 + t->tm_sec;
return (time_t)secs;
}
-
+
struct tm* GmTimeR(const time_t* timer, struct tm* tmbuf) {
static const int _ytab[2][12] = {
{31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31},