Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

Date Changes when Changing Column Type

I have a table that has a DepartureTime column presented in local.  I added a new column that converts this to UTC.  I then duplicated the column and changed the type to Date, but when I do, the Date...
  • Anonymous's avatar
    Anonymous
    4 years ago

    I was able to solve this on my own by converting lcl to UTC and then removing the zone.  This allowed me to set the new column to Date without dates reverting to lcl.