Package org.jruby.util
Class TimeZoneConverter
java.lang.Object
org.jruby.util.TimeZoneConverter
This is utility class to convert given timezone into integer based timezone
diff. It's ported from ext/date/date_parse.c in MRI 2.3.1 under BSDL.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic int
dateZoneToDiff
(String zone) Ports date_zone_to_diff from ext/date/date_parse.c in MRI 2.3.1 under BSDL.
-
Field Details
-
INVALID_ZONE
public static final int INVALID_ZONE- See Also:
-
-
Method Details
-
dateZoneToDiff
Ports date_zone_to_diff from ext/date/date_parse.c in MRI 2.3.1 under BSDL.
-