如何将Ruby中的Time对象转换为字符串,该字符串可以转换为Sqlserver的smalldatetime字段,而不会丢失有关TZ和DST的信息(如果可能)?
smalldatetime
谢谢
发布于 2011-11-10 04:50:00
根据定义,Smalldatetime没有关于TZ和DST的信息。请参阅http://msdn.microsoft.com/library/ms182418.aspx
https://stackoverflow.com/questions/8067373
相似问题