How2pass.com Forums
EC516 - Printable Version

+- How2pass.com Forums (https://www.how2pass.com/forum)
+-- Forum: CCNP (https://www.how2pass.com/forum/forum-6.html)
+--- Forum: CCNP ENCOR 350-401 Forum (https://www.how2pass.com/forum/forum-19.html)
+--- Thread: EC516 (/thread-2077.html)



EC516 - Kuroneko - 06-27-2022

I'm pretty sure this isn't right.

I'm having trouble finding calculations for Epoch LINUX time format, but it isn't what this python script is.

First line I think is a red herring.
It decodes that encoded string and removes spaces, but doesn't encrypt it.

2nd line sets up Format DateTime today as d.
i.e. today = 6/26/2022 in American

date then takes (10000*d.year + 100*d.month + d.day) 
= 10000*2022 + 100*6 + 26
= 20220000+ 600 + 26
= 20220626
= yyyymmdd in string


RE: EC516 - forumsupport - 06-28-2022

It is now fixed. Thank you.