Timezones in <ion-datetime>

I have a

<ion-datetime formControlName="schedule"></ion-datetime>

But when I console.log(formData); I just get the letter Z as the timezone.

How do I get <ion-datetime> to send the timezone or timezone offset, -05:00 in my case for Eastern Standard or America/New_York