github-api
github-api copied to clipboard
Obtain commit timestamp
Hi, I need to obtain the Zone of the commit author (or the timestamp String so I can parse it later).
When accessing the date through GHCommit::getAuthoredDate() then it's being parsed from the timestamp and the original Zone is removed.
Is there any way to achieve this?
Is the timestamp present in the returned data? I didn't think that it was.