我一直在尝试设置 dashing.io 应用程序(在 sinatra 下运行)的时区,但完全没有成功!
做:Time.zone
以NoMethodError - undefined method 'zone=' for Time:Class:
我已经尝试了如何在 ActiveSupport 的 TimeZone 类中设置时区的解决方案:
require 'active_support/all'
但后来我得到了错误:require': cannot load such file -- active_support/all (LoadError)