I am working with C# .NET and PHP and need some standard way of recording time between the two. I want to use seconds since 1970 = <?php echo time(); ?> because I’m already using some of php’s cool functions like: date() & strtotime() in my project. Is there something in .net that is equivalent to PHP time()?
Thanks in advance.
1 Answer