Forum Discussion
arothberg
2 years agoFrequent Visitor
Converting Datetime Field in into Local Date
I have a datetime field on a model (stored in UTC). I would like to work with just the date portion, but converted to a specific timezone. I.e. I can't just format the date, I need to do a conversion first. How would I go about doing that? I tried creating a custom column but am not seeing the relevant datetime function: