Get the timezone used for formatting conversions @return the timezone
()
| 135 | * @return the timezone |
| 136 | */ |
| 137 | public TimeZone getTimeZone() { |
| 138 | return simpleDateFormat.getTimeZone(); |
| 139 | } |
| 140 | |
| 141 | /** |
| 142 | * Change the timezone used to format dates |
no outgoing calls