We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b45670 commit 50ef851Copy full SHA for 50ef851
1 file changed
lib/timeutils/timeutils.c
@@ -32,7 +32,7 @@
32
// LEAPOCH corresponds to 2000-03-01, which is a mod-400 year, immediately
33
// after Feb 29. We calculate seconds as a signed integer relative to that.
34
//
35
-// Our timebase is is relative to 2000-01-01.
+// Our timebase is relative to 2000-01-01.
36
37
#define LEAPOCH ((31 + 29) * 86400)
38
0 commit comments