Hi
I have a table that need to store Timeslot such as 10:00 AM PST, 10:15 AM PST.... etc at a constant interval of 15 Min.
I am wondering if there is any Time datatype available for this kind of data?
I need to store them as 11:00 AM PST, 11:15 AM PST, 11:30 AM PST, 11:45 PM PST, 12:00 PM PST, 12:15 PM PST, 12:30 PST, 12:45 PM PST, 01:00 PM PST..... etc.
Also in future if the business requirement is for 20 min interval, I should be able to change it easily.
Thanks