Hello,
You should always save time as server time or you need to save wich time zone all clients are using.
Are all Client's in same time zone? Then it is easiest to set the server time zone to that one.
If not you should still save with server time zone then if you want client to see their time you could set it with javascript inside an expression.
example
<script>var date = new Date([MyDateString] + ' GMT'); //GMT being server timezone
date.toString(); //Will give date with client timezone.</script>
Hope this helps
/Björn
Hi Madhu,
Are you using a calendar control for the date? If yes kindly check the below
Date/Time value is being converted to the user's local timezone if smartforms was accessed on a different timezone than the K2 server. When it is saved into the database, the K2 server converts the value to the server's timezone. This is an expected behavior.
Kindly checkout the below link for more details on it
https://help.k2.com/support-services/kbt135043
Hope this helps
Cheers,
Kate