mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8212970: TZ database in "vanguard" format support
Reviewed-by: rriggs, joehw, erikj, scolebourne
This commit is contained in:
parent
e17feae1e8
commit
c1a479ad67
38 changed files with 478 additions and 20110 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2012, 2018, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2012, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
|
@ -91,7 +91,7 @@ final class Ser implements Externalizable {
|
|||
static final byte ZRULES = 1;
|
||||
/** Type for ZoneOffsetTransition. */
|
||||
static final byte ZOT = 2;
|
||||
/** Type for ZoneOffsetTransition. */
|
||||
/** Type for ZoneOffsetTransitionRule. */
|
||||
static final byte ZOTRULE = 3;
|
||||
|
||||
/** The type being serialized. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue