When using eu_central_bank version 1.6.1 (and maybe lower) calling rates_updated_at returns Time. However in version 1.7.0 this type appears as Date in our systems.
Do you think it makes sense to explicitly cast this as a Time object (e.g in here)?
Or do you see that the culprit based on our nokogiri version (which is 1.13.3)
When using
eu_central_bank
version1.6.1
(and maybe lower) callingrates_updated_at
returnsTime
. However in version1.7.0
this type appears asDate
in our systems.Do you think it makes sense to explicitly cast this as a
Time
object (e.g in here)?Or do you see that the culprit based on our
nokogiri
version (which is1.13.3
)