excid3 / madmin

A robust Admin Interface for Ruby on Rails apps
https://github.com/excid3/madmin
MIT License
576 stars 64 forks source link

fix: Add support for :timestamptz (timestamp with time zone) field #130

Closed pbcoronel closed 2 years ago

pbcoronel commented 2 years ago

Why

Madmin does not currently support timestamps with time zone fields". Note: I encountered this issue while trying to upgrade our app to Rails 7.

excid3 commented 2 years ago

I totally forgot that was a thing. Thanks @pbcoronel 👍