Hi all im looking for a way to get current system time in a timestamp. i used this to get timestamp:
new Date().getTime();
but it return the time in UTC timezone not the timezone that server use
is there any way to get timestamp with system timezone?