完美解决rails中国时区时间设置

config.active_record.default_timezone = :local
config.time_zone = 'Beijing'

编程技巧