DataJet
Search…
Welcome to DataJet
Tasks
Introduction
Blank
OOTB
Creating a custom task
Hooks
Introduction
Liquid
Introduction
Tags
Filters
apply
base64_decode
base64_encode
concat
encodeURI
email
file
graphql
http
in_timezone
log
parse
push
rest
time_subtract
time_add
run
Misc
Functions
Variables
Examples
Processing user submitted forms
Create orders from csv file
Custom shipping rates
Create simple order report
Send order data to Zapier
Powered By GitBook
in_timezone
Converts date to specified timezone.
1
{% assign end_date = "now" | in_timezone: "Pacific/Auckland" | date: "%Y-%m-%d" | append: "T00:00" %}
Copied!
Previous
http
Next
log
Last modified 1yr ago
Copy link