Date returns different date in a view

Hello, im wondering if im doing something wrong but when i use the date for example object.created it returns this:

Sept. 5, 2020, 10:03 p.m.

After using object.created.day i expect to see a 5 but instead i get a 6 and it literally ruins my entire check…

Thanks in advance for the help.

image

I’m guessing this is one of those cases where you’ve got the date being stored or shown as UTC in one location and localized in another. But without seeing a lot more detail it’s going to be really tough to tell.

1 Like