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

Commitafe1185

Browse files
committed
Remove unnecessary dt2local() call.
1 parenta8cb336 commitafe1185

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 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.82 2003/04/0404:50:44 tgl Exp $
11+
* $Header: /cvsroot/pgsql/src/backend/utils/adt/timestamp.c,v 1.83 2003/04/07 15:04:03 tgl Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -911,8 +911,6 @@ timestamp2tm(Timestamp dt, int *tzp, struct tm * tm, fsec_t *fsec, char **tzn)
911911
if (tzn!=NULL)
912912
*tzn=NULL;
913913
#endif
914-
915-
dt=dt2local(dt,*tzp);
916914
}
917915
else
918916
{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp