Date Picker in Google Apps script does not have timezone selection
Solution 1:
CardService
offers you both a DatePicker()
and a DateTimePicker()
If you use DateTimePicker()
instead of DatePicker()
you can specify setTimeZoneOffsetInMins()
for offset from UTC.