Ihor Breza
Results
3
issues of
Ihor Breza
As user I want to be able to configure the gem for using only particular locales.
new feature
Hi, It doesn't seem possible to represent timestamp properties in certain (or default) format. ### Steps to reproduce `config/initializers/date_format.rb` ```ruby Time::DATE_FORMATS[:default] = "%Y-%m-%dT%H:%M:%S.%N%z!!!" ``` It converts timestamp to proper format:...