We are saving the timezone for each user as the ID of that timezone.
The problem is, that every time that the tzdata package is updated, there are changes in the IDs, and this changes the users saved timezones.
What way is there to ensure that the users saved timezones will always remain consistent?
Thanks!