salesking / sepa_king

Ruby gem for creating SEPA XML files
MIT License
150 stars 117 forks source link

Ability to set a custom CreDtTm #63

Closed vzamanillo closed 2 years ago

vzamanillo commented 7 years ago

Hi!

In my case, the produced value for CreDtTm (Time.now.iso8601) includes a numeric time offset (the host date is set to CET, vie ene 20 13:37:31 CET 2017)

<CreDtTm>2017-01-20T12:06:07+00:00</CreDtTm>

and is not considered as a valid value for some Spanish banks (Liberbank in this case), it should be great the possibility to using a custom date.

I think fixed on PR #59.

ledermann commented 2 years ago

Fixed by #76