Expose a PersonIdent's preferred TimeZone to callers
commit19f8f6f7cedd23e51b888a99ce352266df12d1c0
authorShawn O. Pearce <spearce@spearce.org>
Sun, 23 Mar 2008 20:00:01 +0000 (23 16:00 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Mon, 7 Apr 2008 05:05:56 +0000 (7 01:05 -0400)
tree52a51702f16f90bc5479cb1fdb4d1feabcd8d2fd
parent99942a281b2792c1d96df2795ac17645d0b4b0ec
Expose a PersonIdent's preferred TimeZone to callers

To format a date value from a PersonIdent and show their timezone
we need to guess what TimeZone matches the identity by raw offset
and return the first match.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
org.spearce.jgit/src/org/spearce/jgit/lib/PersonIdent.java