aspiers / git-deps

git commit dependency analysis tool
GNU General Public License v2.0
298 stars 47 forks source link

graph: fix timestamps relative to timezone #11

Open aspiers opened 9 years ago

aspiers commented 9 years ago

author_offset and committer_offset are currently ignored, and the wrong timezone is displayed.

aspiers commented 9 years ago

Looks like a timezone-enabled library will be needed for this as Javascript's native timezone support is crap.