[Rpm-maint] [rpm-software-management/rpm] Take changelog timezone in account (RhBug 1715412) (#739)

Neal Gompa (ニール・ゴンパ) notifications at github.com
Wed Jul 31 13:07:49 UTC 2019


@pavlinamv The `date` command can do exactly the same thing as this.

```
$ date --date='Wed 31 Jul 2019 09:02:40 AM EDT' +'%s'
1564578160
$ date --date='@1564578160'
Wed 31 Jul 2019 09:02:40 AM EDT
$ date --date='@1564578160' --utc
Wed 31 Jul 2019 01:02:40 PM UTC
```

Cf. [`date(1)`](https://www.mankier.com/1/date)

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/739#issuecomment-516840975
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20190731/87143262/attachment.html>


More information about the Rpm-maint mailing list