Can a note be added to the put object function for cases where the database is not on UTC time? For the time function, instead of sysdate (which will cause an error) it can be cast(sys_extract_utc(systimestamp) as DATE);