我有一个收集日期时间的表格,如下所示:2013-05-21 00:00:00 UTC
这需要转换为与 XML 兼容的格式。我尝试使用以下.rfc3339
方法:
DateTime.rfc3339('2013-05-21 00:00:00 UTC')
我收到以下错误:convert ActiveSupport::TimeWithZone to String
有什么建议么?
我有一个收集日期时间的表格,如下所示:2013-05-21 00:00:00 UTC
这需要转换为与 XML 兼容的格式。我尝试使用以下.rfc3339
方法:
DateTime.rfc3339('2013-05-21 00:00:00 UTC')
我收到以下错误:convert ActiveSupport::TimeWithZone to String
有什么建议么?