Skip to content

Commit 77a7e1d

Browse files
author
Peter McCluskey
committed
add javt tzone
1 parent 5d62a66 commit 77a7e1d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/getdate.y

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -587,6 +587,7 @@ static TABLE const TimezoneTable[] = {
587587
#if 0
588588
{ "jt", tZONE, -HOUR (7.5) },/* Java (3pm in Cronusland!) */
589589
#endif
590+
{ "javt", tZONE, -HOUR (7) },/* Java */
590591
{ "cct", tZONE, -HOUR (8) }, /* China Coast, USSR Zone 7 */
591592
{ "jst", tZONE, -HOUR (9) }, /* Japan Standard, USSR Zone 8 */
592593
#if 0

0 commit comments

Comments
 (0)