nabeelmukhtar / github-java-sdk

This project aims to provide a Java wrapper for Github API.
http://develop.github.com/
64 stars 22 forks source link

Immutable date format #19

Open sassrami opened 13 years ago

sassrami commented 13 years ago

Changing com.github.api.v2.services.dateFormat in ApplicationConstants.properties has no effect. This is because RepositoryServiceImpl.getGsonBuilder() calls

gson.setDateFormat("yyyy-MM-dd'T'HH:mm:ss");

That overrides the value from ApplicationConstants.properties. (quick fix suggestion - remove the line...)