Just thought I'd add my voice here that I can think of several use cases for this in high-frequency finance, although it would need millisecond precision (at the least). Cheers, -Colin
On Saturday, 14 March 2015 00:06:28 UTC+11, David Anthoff wrote: > > Hi, > > > > is there a Time datatype, analogous to the Date type? I ran into a > situation where I need to represent times (like 12:34 pm) that don’t have a > date associated. I understand that in the case of dates that don’t have a > time component I’d use Date (instead of DateTime), but I couldn’t find > anything the other way around, for times that don’t have a date. > > > > Thanks, > > David > > >
