Skip to main content

DatePicker local time VS. server time

Comments

2 comments

  • Permanently deleted user

    Rose, I found it best to store date in the database as UTC without timezone offset. This way, the time in your database will always be UTC and the clients can handle converting the date to the user's local date, which it does automatically.

    0
  • Permanently deleted user

    Thanks Carlos for your reply. I will give it a try.

    Rose

    0

Please sign in to leave a comment.