Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
3 replies
Subscribers
7 subscribers
Views
1691 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
AI and Rules
Appian documentation says" Dates values are not adjusted to a different tim
vineeta6579
over 10 years ago
Appian documentation says" Dates values are not adjusted to a different time zone when saved or displayed.".
I have a sail date picker on my UI, when i select today's date and submit the form after 9 PM EST. Its storing tomorrow's date in the process variable.
Any pointer why this is happening!!
OriginalPostID-153010
OriginalPostID-153010
Discussion posts and replies are publicly visible
0
Srinivasa Kommanaboyina
Certified Lead Developer
over 10 years ago
by default all pv values will be stored in GMT unless it is converted using conversion functions local(), gmt(). And also, verify system calendar setting which timezone it is configured.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
vineeta6579
over 10 years ago
System time zone is configured EST timezone. Always override user's selected timezone is unchecked. The data type of process variable is text .
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Eduardo Fuentes
Appian Employee
over 10 years ago
Make sure your application server has the following in the JAVA_OPTS/JVM Arguments:
-Duser.timezone=GMT
if you restart your application server and search for user.timezone you can find out if it's properly configured.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel