Hello Webmaster,
We can implement Last Login Time in such a way that whereever our server is placed.We can see our own last login time.As we have GMT(+5:30).So every countries have their own GMT time.Such logic we had implemented
in our project.As we had a Taiwan client.So they see their time and we see our time.
So,we have a
UTCNow static property in DateTime class .We can use this property in our code.