Login Page - Create Account

Support Board


Date/Time: Fri, 20 Sep 2024 00:57:27 +0000



Post From: Timing problems

[2014-06-22 21:33:13]
ganz - Posts: 1048
SC Support

In the next release this will be added: sc.CurrentSystemDateTimeMS. This will include milliseconds.

v1149

Looks like it is not released yet?

... also ...

I'm trying to store a tick's datetime = 41813.000

it displays as 2014-06-23 00:00:00.500

say 1 ms = 1 day / 86400 000 = 0,000000012

if datetime = 41813.000000012 then it displays as 2014-06-23 00:00:00.501

if datetime = 41813.000000024 then it displays as 2014-06-23 00:00:00.502

so the question is: why 500 ms is already there or it's because of me?

thnx