We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef3f7c3 commit 295615aCopy full SHA for 295615a
src/port/gettimeofday.c
@@ -2,7 +2,7 @@
2
* gettimeofday.c
3
* Win32 gettimeofday() replacement
4
*
5
- * $PostgreSQL: pgsql/src/port/gettimeofday.c,v 1.7 2005/12/16 21:55:27 alvherre Exp $
+ * $PostgreSQL: pgsql/src/port/gettimeofday.c,v 1.8 2006/03/03 23:59:14 momjian Exp $
6
7
* Copyright (c) 2003 SRA, Inc.
8
* Copyright (c) 2003 SKC, Inc.
@@ -32,7 +32,7 @@
32
33
34
/* FILETIME of Jan 1 1970 00:00:00. */
35
-static const unsigned __int64 epoch = 116444736000000000L;
+static const unsigned __int64 epoch = 116444736000000000LL;
36
37
/*
38
* timezone information is stored outside the kernel so tzp isn't used anymore.
0 commit comments