What is the difference between config.time_zone and config.local_zone? Is there a situation when should both be set?
|
|
|||
|
|
|
1) Rails gives your ability to configure application time zone. It's as easy as So setting In your
2) It displays the system local time. So if you really must have local time in the db then lie to Rails by
setting
|
|||
|
|
|
Tried the following:
Not getting any errors, but it is still showing as London Time not Pretoria which is +2 Hours. Any idea why? |
|||
|
|