Documentation for this section has not yet been entered.
Get method documentation [Android Documentation]
Returns the user's preferred time zone. This may have been overridden for
this process with TimeZone.Default.
Since the user's time zone changes dynamically, avoid caching this
value. Instead, use this method to look it up for each use.
Set method documentation [Android Documentation]
Overrides the default time zone for the current process only.
Warning: avoid using this method to use a custom time
zone in your process. This value may be cleared or overwritten at any
time, which can cause unexpected behavior. Instead, manually supply a
custom time zone as needed.