diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2017-10-23 17:54:09 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2017-10-23 17:54:09 -0400 |
commit | 24a1897ab92646795bf065aa1b9d266aba74469f (patch) | |
tree | 946afa0353892d8fb2767f7683c806c30ac5140d /src/timezone/localtime.c | |
parent | f3ea3e3e820b6b7512e48660bf984603418d53ff (diff) |
Sync our copy of the timezone library with IANA release tzcode2017c.
This is a trivial update containing only cosmetic changes. The point
is just to get back to being synced with an official release of tzcode,
rather than some ad-hoc point in their commit history, which is where
commit 47f849a3c left it.
Diffstat (limited to 'src/timezone/localtime.c')
-rw-r--r-- | src/timezone/localtime.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/timezone/localtime.c b/src/timezone/localtime.c index d946e882aa6..2b5b3a924fe 100644 --- a/src/timezone/localtime.c +++ b/src/timezone/localtime.c @@ -802,8 +802,8 @@ transtime(int year, const struct rule *rulep, { bool leapyear; int32 value; - int i, - d, + int i; + int d, m1, yy0, yy1, |