Developing a Ruby on Rails application to work in Barbados, I've stumbled upon an issue with timezones.
The timezone in Barbados, officially, is AST (Atlantic Standard Time), which is UTC-4. The string that sets the timezone to AST in the config.time is "Atlantic Time (Canada)".
However, some countries in AST entered Daylight Saving Time yesterday, but not Barbados, which is making records stored in the database appearing with "ADT" (Atlantic Daytime Time) instead of AST, in UTC-3. Are there other timezones that do not appear normally?