I need to generate a unique identifier to a large number of users accessing my code. The unique identifier has to be the number of seconds passed since 00:00::00 2000 GMT.
I am able to get the date from the time::local module but how would i mess around with this date without having to go through loads and loads of convert to seconds modules. I am using
THis also must be dynamic so that i dont have to upgrade the code every time the calendar year changes.