-
Notifications
You must be signed in to change notification settings - Fork 116
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
Missing time zone information when exporting asStructuredData #121
Labels
Comments
Of course we should. Good point. I will check if there is already a way to do that or if we need to add some parameter. |
kylekatarnls
added a commit
that referenced
this issue
Jun 19, 2019
kylekatarnls
added a commit
that referenced
this issue
Jun 19, 2019
kylekatarnls
added a commit
that referenced
this issue
Jun 19, 2019
kylekatarnls
added a commit
that referenced
this issue
Jun 19, 2019
#121 Allow custom format and timezone in asStructuredData()
kylekatarnls
added a commit
that referenced
this issue
Jun 19, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey guys, great work with this package!
I'm exporting structured opening hours data to a Place and I need the information of the timezone to be encoded. I'm creating the object using the
OpeningHours::create
static method with a time zone passed, but it appears that the timezone is never referenced elsewhere in the code.Could we tack on the offset according to the schema.org Time spec if there's a timezone set?
The text was updated successfully, but these errors were encountered: