-
Enhancement
-
Resolution: Not an Issue
-
P4
-
None
-
8
-
generic
-
generic
ADDITIONAL SYSTEM INFORMATION :
MacOS 12.5.1
java version "1.8.0_321"
Java(TM) SE Runtime Environment (build 1.8.0_321-b07)
Java HotSpot(TM) 64-Bit Server VM (build 25.321-b07, mixed mode)
A DESCRIPTION OF THE PROBLEM :
DateTimeFormatter dtfmt = DateTimeFormatter.ofLocalizedDateTime(FormatStyle.MEDIUM, FormatStyle.FULL).withLocale(locale);
when I do dtfmt.format(zonedDateTime), for India Zone, it gives "IST" most of the time, however some time it gives "India Standard Time"
problem is : experience is not consistent, sometime "IST" sometime "India Standard Time",
it has to be either always "IST" or always "India Standard Time"
MacOS 12.5.1
java version "1.8.0_321"
Java(TM) SE Runtime Environment (build 1.8.0_321-b07)
Java HotSpot(TM) 64-Bit Server VM (build 25.321-b07, mixed mode)
A DESCRIPTION OF THE PROBLEM :
DateTimeFormatter dtfmt = DateTimeFormatter.ofLocalizedDateTime(FormatStyle.MEDIUM, FormatStyle.FULL).withLocale(locale);
when I do dtfmt.format(zonedDateTime), for India Zone, it gives "IST" most of the time, however some time it gives "India Standard Time"
problem is : experience is not consistent, sometime "IST" sometime "India Standard Time",
it has to be either always "IST" or always "India Standard Time"