Patches: Browse | Submit New | Admin
Time.mktime(1970) causes an exception(ArgumentError: time out of range) in time zone like JST because mktime returns a local time. This patch makes Feed#build_xml use Time.utc instead of Time.mktime.
Add A Comment: