DRAhmed Posted October 23, 2022 Report Share Posted October 23, 2022 (edited) Case WHEN [@field:arrived_at_company]= 1 Then SysDateTime() end how to add time zone ( cairo +2) to SysDateTime() Edited October 23, 2022 by DRAhmed Quote Link to comment Share on other sites More sharing options...
0 DRAhmed Posted October 23, 2022 Author Report Share Posted October 23, 2022 5 minutes ago, DRAhmed said: Case WHEN [@field:arrived_at_company]= 1 Then SysDateTime() end how to add time zone ( cairo +2) to SysDateTime() i solved it Case WHEN [@field:arrived_at_company]= 1 Then DATEADD(hour, 02, SysUTCDateTime()) end Quote Link to comment Share on other sites More sharing options...
0 ParkLoey Posted August 31, 2023 Report Share Posted August 31, 2023 Hi! Just wanted to drop Caspio's function reference article here as well for everyone's reference when creating calculations such as the use of DATEADD(): https://howto.caspio.com/function-reference/ Quote Link to comment Share on other sites More sharing options...
Question
DRAhmed
Case
WHEN [@field:arrived_at_company]= 1
Then SysDateTime()
end
how to add time zone ( cairo +2) to SysDateTime()
Edited by DRAhmedLink to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.