Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit147c164

Browse files
committed
Call it Linux, not GNU/Linux.
1 parent1de9615 commit147c164

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/backend/utils/adt/timestamp.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* 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 $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -1046,8 +1046,8 @@ timestamp2tm(Timestamp dt, int *tzp, struct tm * tm, fsec_t *fsec, char **tzn)
10461046
* Argh! My Linux box puts in a 1 second offset for dates less than 1970
10471047
*but only if the seconds field was non-zero. So, don't copy the seconds
10481048
*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.
10511051
* Still shows a problem on my up to date Linux box - thomas 2001-01-17
10521052
*/
10531053
tm->tm_sec=tx->tm_sec;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp