Class ZoneOffsetUtil
java.lang.Object
io.github.perceivechuchu.datetimeutil.timezone.ZoneOffsetUtil
This class is a utility for time zone offset
- Author:
- Perceive Chuchu
-
Method Summary
Modifier and TypeMethodDescriptionprotected static StringdeduceZoneOffset(int rawOffset) Converts offset from integer value to string offset
-
Method Details
-
deduceZoneOffset
Converts offset from integer value to string offset- Parameters:
rawOffset- the raw offset as received from TimeZone java library- Returns:
- the calculated string offset
- Since:
- 1.0.0
-