Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: stonysmithYou don't need to go to that much work...
use my original code:
timestring="16/03/2011 14:41:32"
stamp_start=timestamp(date(timestring.left(10),"DD/MM/CCYY"),time(timestring.right(8),"HH:MM:SS"))
then use this:
stamp_end=dateTimeAdjust(stamp_start,30,"seconds")
... internally, a datetime value is already computed/stored in seconds since 1/1/1970