How to handle Azure's UTC Time
So I Azure stores DateTime in UTC. What is the best way to handle it if my
system need to have timestamps in say US Eastern Time? Do store in utc,
but handle just displaying timestamps by formating them? Do I
format/offset timestamps before storing them in DB? What is the best
practice for solving this issue?
Thanks
No comments:
Post a Comment