Say "midnight" in postgres like a rocket scientist
nasa=# select 'allballs'::time;
   time
----------
 00:00:00
(1 row)We are hopeful that the roots of this silly time literal go back to some NASA slang.
Tweetnasa=# select 'allballs'::time;
   time
----------
 00:00:00
(1 row)We are hopeful that the roots of this silly time literal go back to some NASA slang.
Tweet