_NAME_ get_date_from_seconds_since_1996 _PROTOTYPE_ date = get_date_from_seconds_since_1996(secondsSince1996) _SHORT-DESCRIPTION_ Get a date ({AceTime} struct format) from seconds since start of 1996 _DESCRIPTION_ get_date_from_seconds_since_1996 returns a date ({AceTime} struct format) which corresponds to the number of seconds since Jan 1, 1996, 00:00:00. _SHORT-CODE-SAMPLE_ secondsSince1996 = 54605304L date = get_date_from_seconds_since_1996(secondsSince1996) print, date _INPUT_ * secondsSince1996 is the number of seconds since Jan 1, 1996, 00:00:00. _OUTPUT_ * Returns an {AceTime} struct corresponding to the second occuring at secondsSince1996.