|
8 | 8 | *
|
9 | 9 | *
|
10 | 10 | * IDENTIFICATION
|
11 |
| - * $Header: /cvsroot/pgsql/src/backend/utils/adt/timestamp.c,v 1.92 2003/08/08 21:42:10 momjian Exp $ |
| 11 | + * $Header: /cvsroot/pgsql/src/backend/utils/adt/timestamp.c,v 1.93 2003/08/26 21:31:11 momjian Exp $ |
12 | 12 | *
|
13 | 13 | *-------------------------------------------------------------------------
|
14 | 14 | */
|
@@ -1046,8 +1046,8 @@ timestamp2tm(Timestamp dt, int *tzp, struct tm * tm, fsec_t *fsec, char **tzn)
|
1046 | 1046 | * Argh! My Linux box puts in a 1 second offset for dates less than 1970
|
1047 | 1047 | *but only if the seconds field was non-zero. So, don't copy the seconds
|
1048 | 1048 | *field and instead carry forward from the original - thomas 97/06/18
|
1049 |
| - * Note thatGNU/Linux uses the standard freeware zic package as do |
1050 |
| - *many other platforms so this may not beGNU/Linux/ix86-specific. |
| 1049 | + * Note that Linux uses the standard freeware zic package as do |
| 1050 | + *many other platforms so this may not be Linux/ix86-specific. |
1051 | 1051 | * Still shows a problem on my up to date Linux box - thomas 2001-01-17
|
1052 | 1052 | */
|
1053 | 1053 | tm->tm_sec=tx->tm_sec;
|
|