Skip to content

Commit 0f9ef4b

Browse files
Update TimeZoneInformation.java
1 parent 084d0b9 commit 0f9ef4b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

TimeZoneInformation.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
package date;
1+
package com.javamultiplex.datetime;
22

33
import java.text.SimpleDateFormat;
44
import java.util.Date;
55
import java.util.TimeZone;
66

7+
//How to get timezone information in Java?
78
public class TimeZoneInformation {
89

910
public static void main(String[] args) {

0 commit comments

Comments
 (0)