Jarek Radosz e35bc8bebd
FIX: Preserve PostCreator's created_at resolution (#9140)
PostMover passes to PostCreator a `created_at` that is a `ActiveSupport::WithTimeZone` instance (and also `is_a? Time`). Previously it was always being passed through `Time.zone.parse` so it would lose sub-second information. Now, it takes `Time` input as-is, while still parsing other types.
2020-03-09 17:38:13 +01:00
..
2019-12-12 16:54:22 +11:00
2019-10-16 14:28:04 -04:00
2019-10-16 14:28:04 -04:00
2020-02-28 11:31:04 +02:00