rubyritas / ach

Helper for building ACH files in Ruby
MIT License
111 stars 75 forks source link

Add README comment about File Creation Date timezones in file header #63

Closed zcotter closed 2 years ago

zcotter commented 2 years ago

We had a bank we work with get persnickety about the File Creation Date being a Saturday for files sent to them on Friday nights

This seemed like it was worth a README warning but not a breaking change to the default value, but let me know if you can think of any code changes to accomodate this for everyone!

We ended up using Time.zone.now in our rails codebase that uses this gem