moov-io / rtp20022

ISO20022 messages in Go for Real Time Payments (RTP)
Apache License 2.0
55 stars 10 forks source link

Switch to civil.Date and removed unused code #31

Closed rowland66 closed 1 year ago

rowland66 commented 1 year ago

Change the ISODate types underlying type from time.Time to civil.Date. Remove some unneeded types in datetime.go. ISOTime is never used by RTP, and ISONormalisedDateTime is identical in implementation to ISODateTime.

jasonbornsteinMOOV commented 1 year ago

Make sure to have a corresponding change in rtpgateway and rtp-test-harness for this change

jasonbornsteinMOOV commented 1 year ago

ISOTime should be removed from validate.tmpl to be complete with this change