Just wondering what people use for now() for utc datetimes. Could we tweak now to have a utc attribute, or create a new function utcnow (as several db’s use).
We store all dates/times in utc (so there is never confusion) so wondering if this would be useful, or there is a better way.
Would be great to have the today() function (today’s date with 12am as the time) and utcnow() (utc datetime right now) in the lucee toolkit, these are in python, and used across dot net and sql server and several other languages.
Could be a good inclusion for 6.x series - not sure why ColdFusion 2021 missed these also.
What do people think about this?