I know this will never be fixed, but Ruby's usage of the class Time to represent a timestamp, and thus having no data type for storing time (e.g. time of day) is extremely unfortunate and frustrating.
Times and dates are extremely hard to model to handle all situations, so I get it.
Times and dates are extremely hard to model to handle all situations, so I get it.
Comments
Do you have an example of an object in another language that implements a similar API to what you'd want?