Hi there, it’s me again. This time I have a particular problem that I’m sure you can help me with. I have a table that contains some records with date and time information stored in UTC, in a field that we will call timestamp_utc
and also an additional field that stores a specific time zone name, which we will call time_zone_to_convert
.
Now, what I am needing is to convert the date and time stored in the timestamp_utc
field to the time zone that is defined in the time_zone_to_convert
field.
I was reading the chartafctor documentation about time zones, and I know that you can define time zones for all fields or for some specific fields. But how can I convert the field to different time zones?
Thank in advance.