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
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