08-12-2008
03:42 PM
- last edited on
05-05-2025
12:36 PM
by
Content Cleaner
According to this (link), a timestamp is actually a cluster of two I-64 integers. Is there a way to extract these integers from the timestamp without converting to a double taking the integer and decimal part of the result?
08-12-2008 04:00 PM
08-12-2008 05:07 PM - edited 08-12-2008 05:07 PM
08-27-2010 03:28 AM
Hi,
I am trying to use a similar method to save data as fast as possible without having to convert into string first.. So, how does one get from the 3301423454.70794773 double precision number to the original timestamp Time/Date???
Many thanks,
Harry
08-27-2010 03:51 AM
The numeric conversion palette has a To Time Stamp primitive.
08-30-2010 01:50 AM
tst,
I realised that soon after I posted the question, but still thanks for the reply..
Harry