Question
ColdFusion is showing one previous date when I fetch it from the database
when I am fetching the date from the database it's showing one date before.
for example -
if date in the database is - 2020-02-26
then when i fetch to my coldfusion using select date from db it shows - 2020-02-25.
I checked for the now() which is showing correct.- showing accurate now date and time.
issue is only when i am fetching it from the database.
