DataJet
Search
⌃
K
Welcome to DataJet
Tasks
Introduction
Tasks
Creating custom task
OOTB (deprecated)
Liquid
Introduction
Tags
Filters
array_equal
base64_decode
base64_encode
concat
content
email
encode_uri
file
flat
flow
ftp
graphql
http
in_groups_of
in_timezone
log
parse
parse_csv
parse_xml
push
random
rest
run
sha1
sum
time_subtract
time_add
Misc
Credits and usage
Variables
Examples
Flow integration
Processing user submitted forms
Create orders from csv file
Create simple order report
Powered By
GitBook
in_timezone
Converts date to specified timezone.
{% assign end_date = "now" | in_timezone: "Pacific/Auckland" | date: "%Y-%m-%d" | append: "T00:00" %}
Previous
in_groups_of
Next
log
Last modified
2yr ago