binbin4649 / bbm

0 stars 3 forks source link

Change the timestamp of GMT Standard Time. (bet_start, bet_finish, result_time) #73

Closed binbin4649 closed 10 years ago

binbin4649 commented 10 years ago

I thought registration of time is strange.

1, make book (time_zone = osaka / tokyo / sapporo), in japan time.

  1. sudo ./cake ChangeState betnow 3, Scheduled time, state does not change.

This is because by multiplying the change value in japan time it is registered in japan time, has been registered. My idea is if you are not wrong, as follows, Please fix.

Make book, refer to the time_zone, by calculating the GMT Standard Time, at the timestamp, Registered bet_start, bet_finish, result_time.

View, and then calculated by reference to time_zone, to be displayed.

Summary 1, make book, converted to a timestamp of GMT Standard Time, then registered. 2, The display on the screen, and then converted to local time.

binbin4649 commented 10 years ago

time_zone the send-off.