Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to set timezone for meeting start times #107

Open
joelprince25 opened this issue Jun 24, 2020 · 0 comments
Open

Unable to set timezone for meeting start times #107

joelprince25 opened this issue Jun 24, 2020 · 0 comments

Comments

@joelprince25
Copy link

I think the letter Z needs to be removed since it causes Zoom to default to GMT time and ignore the timezone argument as mention in the documentation for the start_time argument here - https://marketplace.zoom.us/docs/api-reference/zoom-api/meetings/meetingcreate

def date_to_str(d):
    """Convert date and datetime objects to a string
    Note, this does not do any timezone conversion.
    :param d: The :class:`datetime.date` or :class:`datetime.datetime` to
              convert to a string
    :returns: The string representation of the date
    """
    return d.strftime("%Y-%m-%dT%H:%M:%SZ")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant