mirror of
https://github.com/micromdm/micromdm/
synced 2026-08-13 14:05:42 +08:00
* Convert all time.Time pointers to value types. Use UTC time when updating `last_checkin`. Update `last_checkin` correctly on Authenticate, TokenUpdate, and query response. Set database defaults to golangs zero value for time.Time which is `0001-01-01`. * Add down migration for time defaults.