SQL 查询中的时区转换
我正在尝试编写一个 SQL 查询,根据表的“截止日期”字段检查请求的“截止日期”,我想在 24 小时 EST 时间执行此操作,但表的“截止日期”字段的许多值会有所不同。 这是一个示例:
Row - Deadline
1 - 05:00 EST
2 - 05:00 ET
3 - 03:00 CT
4 - 2:00pm CT/3:00pm ET
是否可以在选择并执行任何必要的数学运算时解析“截止日期”字段(例如,如果该值是 03:00 CT,则读作 EST 的 04:00)
提前致谢
I am trying to write a SQL query that checks a requested 'deadline' against the table's 'deadline' field and I would like to do this in 24 hour EST time but many of the values of the table's 'deadline' field vary.
Here's an example:
Row - Deadline
1 - 05:00 EST
2 - 05:00 ET
3 - 03:00 CT
4 - 2:00pm CT/3:00pm ET
Is it possible to parse the 'deadline' field while selecting and do any maths necessary (if, for example the value is 03:00 CT read as 04:00 for EST)
Thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论