-
Notifications
You must be signed in to change notification settings - Fork 35
Adding more time zones
Sad Ellie edited this page Oct 26, 2023
·
6 revisions
No.
Each time zone has its' own set of rules:
- Offset from GMT
- Daylight saving time offset
- Date when daylight saving time is used
This data always changes.
There are 3 solutions:
- Almost all time zones
- Always up-to-date
- Costs money
- Needs Internet, can go down, needs a caching mechanism
- Can change API and break Unitto
- Needs to be translated
Pros and cons are same, except this one is free cheaper (you still need to pay).
read more: https://source.android.com/docs/core/permissions/timezone-rules
- Free
- No need to translate (provided by system)
- Doesn't break Unitto
- Works offline, never goes down
- Less time zones
- Less frequent updates (or none if you are unlucky)