pagarme / node-boleto

Boleto generator in Node.js
MIT License
3 stars 2 forks source link

Local date used instead of UTC in module #17

Closed theiostream closed 5 years ago

theiostream commented 7 years ago

Many internal components of the module use Date arithmetic initializing it in the local timezone instead of in UTC, which generates complications across different timezones and for testing the module.

mccraveiro commented 5 years ago

@lucianopf @Thor99 Can we close this issue? I think it was solved on this commit.

lucianopf commented 5 years ago

Nice catch @mccraveiro !!