This is a brand new record I created:

Notice the Created and Modified dates are identical, all good, except it is currently Feb. 16, 4:08 PM here. (Please ignore the exact minute as there are slight differences between my testing and with the screengrabs etc)
So I went to config.yaml and set my timezone:
timezone: America/Los_Angeles
So now I go back and try to create a record again:

The Modified time is correct, but not the Created time (this is now 8 hrs behind)
To further complicate things, once the record is saved:

Published time is correct, but Created and Modified date/times are now both 8hrs behind
Now for the front end, in my template I have this:
Created: {{ record.createdAt|localedatetime("%A %B %e, %Y | %H:%M") }}
<br>
Pub: {{ record.publishedAt|localedatetime("%A %B %e, %Y | %H:%M") }}
<br>
Mod: {{ record.modifiedAt|localedatetime("%A %B %e, %Y | %H:%M") }}
They all show the 8hr ahead difference, even though I have the correct timezone set in config.yaml

If I output {{ "now"|date("m/d/Y | g:i a") }} I do get the actual current date/time.
🤯
--
Bolt 4.1.13
This is a brand new record I created:

Notice the Created and Modified dates are identical, all good, except it is currently Feb. 16, 4:08 PM here. (Please ignore the exact minute as there are slight differences between my testing and with the screengrabs etc)
So I went to
config.yamland set my timezone:So now I go back and try to create a record again:

The Modified time is correct, but not the Created time (this is now 8 hrs behind)
To further complicate things, once the record is saved:

Published time is correct, but Created and Modified date/times are now both 8hrs behind
Now for the front end, in my template I have this:
They all show the 8hr ahead difference, even though I have the correct timezone set in

config.yamlIf I output
{{ "now"|date("m/d/Y | g:i a") }}I do get the actual current date/time.🤯
--
Bolt 4.1.13