I get that, but I want to show it as 10/13/2021. How do I do that??? Thanks, Harry
On Thursday, December 16, 2021 at 9:00:30 AM UTC-5 Antony Stone wrote: > On Thursday 16 December 2021 at 14:48:02, [email protected] wrote: > > > I'm getting this: > > > "msg": "test.user1 / [email protected] / 20210715141027Z / > > 1634097600" > > > Any ideas? > > So, you're starting from 15th July 2021 and adding 90 days, which comes to > 13th October. > > strftime('%s') will give you the Unix Epoch time, in this case 1634097600, > which is indeed the 13th October 2021. > > > Antony. > > -- > Anyone that's normal doesn't really achieve much. > > - Mark Blair, Australian rocket engineer > > Please reply to the list; > please *don't* CC me. > -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/057659e1-a05b-4a1f-b388-abd375529cdbn%40googlegroups.com.
