Time display across time zones

Source: Internet
Author: User
Tags time zones
This is a created article in which the information may have evolved or changed.

Recently as a small white in learning golang , can only say more step on the pit, to better study.
Intend to use Go-web to write practiced hand content.
Encounter a problem with the MySQL time storage time zone.
Using a database migration tool that can be used, the goose MySQL time is in accordance with the time UTC zone.

As a person with a bit PHP of experience, it is very simple, change a php.ini configuration, set up a bit date.timezone = PRC can be solved.

But not familiar with Golang ah, only Google solved.
Goose about operating MySQL This part of the use of go-sql-driver/mysql, found a issue, is reported to have such a bug.
The conclusion is that we are using UTC to save.

Then I think about it, in many cases, the default time zone in the work is in the East eight area, the user is also here, regardless of other time zone situation.
Okay, so how do we solve this problem?

best-way-to-handle-storing-displaying-dates-in-different-timezones-in-php

  1. Save Database using UTC

  2. Remove to use UTC

  3. Depending on the situation, you can turn back or front end to the user's current time zone

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.