github-api icon indicating copy to clipboard operation
github-api copied to clipboard

Obtain commit timestamp

Open Garcel opened this issue 2 years ago • 1 comments

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?

Garcel avatar Jan 31 '23 18:01 Garcel

Is the timestamp present in the returned data? I didn't think that it was.

bitwiseman avatar Apr 27 '23 01:04 bitwiseman