79751166

Date: 2025-08-30 13:14:46
Score: 1.5
Natty:
Report link

We store our createdAt fields in DynamoDB as Strings in ISO 8601 format in the sort key. That format is designed to be sortable for a date value. Recommend using that over an integer for the date value

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
Posted by: Boiler Bill