如何格式化 date -u 以便结果包括 Mac OSX 终端会话中的时区偏移?
在终端会话中,我可以使用 date -u 来获取
世界标准时间 2009 年 3 月 16 日星期一 03:34:39
但是,我想包括偏移量。 我正在修改 TextMate 选项卡触发器,以便可以以标准 UTC 格式插入完整日期,包括本地偏移量。 我相信这将采用以下形式: Mon Mar 16 03:34:39 2009 UTC -0500
因此,如您所见,我不知道如何获取时区偏移并将其与格式化的日期结果结合起来。
In a terminal session I can use date -u to get
Mon Mar 16 03:34:39 2009 UTC
However, I'd like to include the offset. I'm modifying a TextMate tab trigger so that I can insert the full date including the local offset, in standard UTC format. I believe that would be in the following form:
Mon Mar 16 03:34:39 2009 UTC -0500
So, as you can see, I don't know how to get the timezone offset and combine that with formatted date results.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试这个:
Try this: