datanoise / mongo.cr

Crystal binding for MongoDB C Driver
MIT License
97 stars 35 forks source link

Update value.cr for crystal 0.25.0 #41

Closed kalinon closed 5 years ago

kalinon commented 6 years ago

https://crystal-lang.org/2018/06/15/crystal-0.25.0-released.html

Starting now Time has #location and #offset properties to know the timezone exactly. Time.now and Time.new will return by default information in the local timezone, while Time.utc_now and Time.utc will return information in UTC.