Skip to content

Commit

Permalink
Set update.timezone to false.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgrigore committed Jan 11, 2017
1 parent 68844ba commit a9747bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/resources/ical4j.properties
Expand Up @@ -34,7 +34,7 @@

#net.fortuna.ical4j.timezone.registry=net.fortuna.ical4j.model.DefaultTimeZoneRegistryFactory

#net.fortuna.ical4j.timezone.update.enabled={true|false}
net.fortuna.ical4j.timezone.update.enabled=false
#net.fortuna.ical4j.timezone.update.timeout.connect ## - Connect timeout ( milliseconds, e.g. 10000 - 10s, unlimited by default )
#net.fortuna.ical4j.timezone.update.timeout.read ## - Read timeout ( milliseconds, e.g. 10000 - 10s, unlimited by default )
#net.fortuna.ical4j.timezone.update.proxy.enabled={true|false} ## - Use proxy ( true / false )
Expand All @@ -58,4 +58,4 @@

#ical4j.compatibility.outlook={true|false}

#ical4j.compatibility.notes={true|false}
#ical4j.compatibility.notes={true|false}

0 comments on commit a9747bf

Please sign in to comment.