Date and time support

  1. 1.3.1 Date and time support
    1. 1.3.1.1 Date
    2. 1.3.1.2 Time
    3. 1.3.1.3 Date and time
    4. 1.3.1.4 Interval

An additional functionality has been added to the script, which provides date, time and interval support. This permits more complicated operations on data to be performed in a simple and accessible manner.

pub d1 = date "2016-05-25";
pub ts = timestamp "2016-05-25 08:48:00";
pub t1 = time "08:48:00";
pub i1 = interval "5 days 3 hours 1 minute";