Skip to main content

durable_now

Returns the current time for every unique invocation of durable_time. If the same invocation is encountered the previously returned time is returned again, ensuring determinism. Similar to using datetime.now() just durable!

def durable_now() - > datetime

Returns the current time for every unique invocation of durable_time. If the same invocation is encountered the previously returned time is returned again, ensuring determinism. Similar to using datetime.now() just durable!

Returns

TypeDescription
datetimeThe current time, which is deterministic for repeated invocations.