datetime-millis.json 475 B

12345678910111213141516171819202122
  1. [
  2. {
  3. "model": "sentry.option",
  4. "pk": 1,
  5. "fields": {
  6. "key": "sentry:option-with-unzeroed-millis",
  7. "last_updated": "2023-06-22T00:00:00.000Z",
  8. "last_updated_by": "unknown",
  9. "value": "\"23.6.1\""
  10. }
  11. },
  12. {
  13. "model": "sentry.option",
  14. "pk": 2,
  15. "fields": {
  16. "key": "sentry:option-with-zeroed-millis",
  17. "last_updated": "2023-06-22T00:00:00Z",
  18. "last_updated_by": "unknown",
  19. "value": "\"23.6.1\""
  20. }
  21. }
  22. ]