
Dear list,
It turns out that for a VM that has been running for a arbitrarily long time
it's still easy to find the time of it's birth.
considder the following;
=================
time birth;
now - (now /samp)::samp => time start;
if (start == birth) <<<"Yay">>>;
=============================
*hits head*
So, it's possible after all to define objects of type time wthout using time
after all; adding durations to a "fresh" time object will in fact do.
Next up; a poor man's casting;
=============================
//demo
<<