Topic Options
Rate This Topic
#139158 - 11/15/07 03:03 AM $TIMESTAMP$ - server or client time
Sasa Offline
Stealth Member

Registered: 11/15/06
Posts: 49
Loc: Croatia
Hi all,

In active link I have set field action:
field = $TIMESTAMP$

What will be written in the "field", timestamp on the client side, or server timestamp? (we have users all over the world, server is on CET time).

Many thanks in advance

Top
#139159 - 11/15/07 03:49 AM Re: $TIMESTAMP$ - server or client time [Re: Sasa]
Vincent_RIEDWEG Offline

Old Hand
****

Registered: 05/24/05
Posts: 1454
Loc: France
As the active link is running on client :
$TIMESTAMP$ is the timestamp on the client side.
$SERVERTIMESTAMP$ is the timestamp on the server side.

\:\)
_________________________
Vincent.

Top
#139160 - 11/15/07 04:16 AM Re: $TIMESTAMP$ - server or client time [Re: Vincent_RIEDWEG]
Sasa Offline
Stealth Member

Registered: 11/15/06
Posts: 49
Loc: Croatia
Thanks Vincent!

Top