carlthome / vscode-git-line-blame

Display inline information of the last commit that edited the currently selected line in the editor
https://marketplace.visualstudio.com/items?itemName=carlthome.git-line-blame
GNU Affero General Public License v3.0
20 stars 4 forks source link

feat: formats time field values from epoch to ISO #32

Closed vipulrawat closed 8 months ago

vipulrawat commented 8 months ago

This converts the UNIX time given by git --p to ISO format and also adds the relative time in the hover message.

carlthome commented 8 months ago

Nice! Thanks! :clap: