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

com.rili.android.client.googlecalendar.DateTime dateOnly doesn't work? #7

Closed
GoogleCodeExporter opened this issue Apr 13, 2015 · 4 comments

Comments

@GoogleCodeExporter
Copy link

Version of google-api-java-client : 1.1.0-alpha


In the com.rili.android.client.googlecalendar.DateTime, I see the following 
code:
public DateTime(boolean dateOnly, long value, Integer tzShift){
    this.dateOnly = false;// The parameter "dateOnly" doesn't work? 
    this.value = value;
    this.tzShift = tzShift;
}

DateTime dt = DateTime.parseRfc3339("2010-09-23");
dt.dateOnly should be true, but now false. 

Original issue reported on code.google.com by kun...@gmail.com on 13 Sep 2010 at 2:51

@GoogleCodeExporter
Copy link
Author

Original comment by yan...@google.com on 13 Sep 2010 at 4:02

  • Changed state: Accepted
  • Added labels: Milestone-Version1.1.1, Priority-High
  • Removed labels: Priority-Medium

@GoogleCodeExporter
Copy link
Author

Thanks for reporting the problem.  Fix will be released with 1.1.1-alpha 
release.

Original comment by yan...@google.com on 13 Sep 2010 at 4:06

  • Changed state: Fixed

@GoogleCodeExporter
Copy link
Author

Original comment by yan...@google.com on 14 Sep 2010 at 1:35

  • Added labels: Priority-Medium
  • Removed labels: Priority-High

@GoogleCodeExporter
Copy link
Author

Original comment by yan...@google.com on 8 Jan 2011 at 6:40

  • Added labels: Component-Util

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant