Commit 1dbcb07
committed
### What changes were proposed in this pull request?
This PR aims to use `IANA` Identifier `America/Los_Angeles` instead of `US/Pacific` which is removed from `TZDB`.
### Why are the changes needed?
To make Apache ORC code up-to-date with the current `IANA` zone pattern and be robust from the underlying OS changes.
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #2418 from dongjoon-hyun/ORC-2010.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
(cherry picked from commit 2c023ef)
Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent ddd2ee7 commit 1dbcb07
File tree
2 files changed
+2
-2
lines changed- java
- tools/src/test/resources
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
700 | 700 | | |
701 | 701 | | |
702 | 702 | | |
703 | | - | |
| 703 | + | |
704 | 704 | | |
705 | 705 | | |
706 | 706 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
0 commit comments