Date structure can be represented with a single 32bit value #65

Closed
opened 2016-07-26 18:15:20 -04:00 by anna · 0 comments
Owner

Right now we're using three integers to represent year, month, and day. This is overkill, since month will never be greater than 12 and day will never be greater than 31.

Right now we're using three integers to represent year, month, and day. This is overkill, since month will never be greater than 12 and day will never be greater than 31.
anna self-assigned this 2016-07-26 20:21:41 -04:00
anna referenced this issue from a commit 2016-09-11 14:49:25 -04:00
0281079e3f1ccf09a8dcd9be9317f3edd026c282
anna closed this issue 2016-09-11 14:55:58 -04:00
anna referenced this issue from a commit 2016-09-11 14:59:01 -04:00
d222c306e0f11a3e25ec9b52b46b13826b286a6d
anna removed the
enhancement
label 2016-09-11 15:00:15 -04:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: anna/ocarina#65
No description provided.