ryantenney / passkit4j

Java library for generating Apple Passbook (.pkpass) files

Home Page:http://www.ryantenney.com/passkit4j/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add field "ignoresTimeZone" in DateField.java

xavierhaas opened this issue · comments

Hi

Following the Apple documentation
https://developer.apple.com/library/prerelease/ios/documentation/UserExperience/Reference/PassKit_Bundle/Chapters/FieldDictionary.html#//apple_ref/doc/uid/TP40012026-CH4-SW6

They added a ignoresTimeZone attribute for the DateField , but it's impossible to manipulate it as its not in defined in your library.
The main goal of this attribute is to tell the device to don't care of the timezone, as we give the good hour on our side.

Would it be possible to add that field to the class ?

Thanks

Xavier