使用自定义格式输出时间(GMT 而不是 UTC)
我想知道如何使用 ruby 1.9.2 以这种格式获取时间: 我使用的是 Rails 3.1,可能需要设置一些环境常量才能使用 to_s 方法将其开箱即用?
2011-11-11 15:20:01 GMT+4
Time.now.to_s # => "2011-11-11 15:20:01 +0400"
I'm wondering how to get time in exactly this format using ruby 1.9.2:
I'm using rails 3.1 may be need to setup some environment constants to have it out of box with to_s method?
2011-11-11 15:20:01 GMT+4
instead
Time.now.to_s # => "2011-11-11 15:20:01 +0400"
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)