Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Corrected links that should have been relative instead of absolute.

...

[14:44:34 CST(-0600)] <athena> ah, gotcha

[14:44:43 CST(-0600)] <athena> i guess i can just revert for the time being (smile)

[14:45:17 CST(-0600)] <EricDalquist> https://github.com/Jasig/uPortal/commit/68051fb9c9aa683f32d00a0fc8ac97fd900e8faa

[14:45:25 CST(-0600)] <EricDalquist> that should the the last commit before stuff could get weird

[16:12:44 CST(-0600)] <EricDalquist> jodatime is AMAZING

[16:13:03 CST(-0600)] <EricDalquist> so I can define a "new MonthDay(4, 1)" which is april 1st

[16:13:12 CST(-0600)] <EricDalquist> with no year, tz, time

[16:13:29 CST(-0600)] <EricDalquist> then do md.toDateTime(someDateTime)

[16:13:49 CST(-0600)] <EricDalquist> and it creates a fully defined DateTime with the time part zeroed out but the year and tz correctly set

[16:13:55 CST(-0600)] <EricDalquist> based on the specified DateTime