Schevus
7 years agoNew Contributor III
CSV Formatter Snap Documentation
I noticed today that the documentation page for the CSV Formatter snap does not include documentation for the Binary Header Properties fields. Can this be updated to include information about those f...
- 3 years ago
Hi @FatemaShakir ,
You can try the following expression:
Date.parse(Date.now()).toLocaleDateTimeString({"timeZone":"Asia/Kolkata", "format":"yyyy-MM-dd HH:mm"})
It converts current datetime in IST timezone.
Also, you can take a look at this documentation about Date Functions and Properties in SnapLogic.
These are the Supported Timezones in SnapLogic.
BR,
Marjan