builtin login control
-
Hi all, I am using built in login control,using this data save in aspnet_Users table in database.In this aspnet_Users table one field is there i.e. LastActivityDate. Now problem is that when i login for any user at 4:30 pm ,lastactivitydate save current date with time of morning about 11. do any one know why its happen N!dh! :)
-
Hi all, I am using built in login control,using this data save in aspnet_Users table in database.In this aspnet_Users table one field is there i.e. LastActivityDate. Now problem is that when i login for any user at 4:30 pm ,lastactivitydate save current date with time of morning about 11. do any one know why its happen N!dh! :)
Time might be UTC time.
Castle Rider
What if I freeze??? Don't forget to breath...
My: Website | Yahoo Group | Blog Spot
-
Time might be UTC time.
Castle Rider
What if I freeze??? Don't forget to breath...
My: Website | Yahoo Group | Blog Spot
-
i m not getting wat do u want to say,if its UTC time then from where we can make these updation. N!dh! :)
The updates are according to UTC timing. If you will compare : It is saying 11:00 in place of 4:30. Means there is exact difference of 5:30 Hrs. This is still accurate if you are doing updates according to IST (UTC + 5:30). UTC was formerly known as Greenwich mean time (GMT). I Hope I answered your question. :) Thanks Ashu
dnpro "Very bad programmer"
-
The updates are according to UTC timing. If you will compare : It is saying 11:00 in place of 4:30. Means there is exact difference of 5:30 Hrs. This is still accurate if you are doing updates according to IST (UTC + 5:30). UTC was formerly known as Greenwich mean time (GMT). I Hope I answered your question. :) Thanks Ashu
dnpro "Very bad programmer"
Hi Ashu I got this thing,but i m not asking about why this difference,I m asking about how this difference is there. My database is on same server where my application code reside,if that server is using GMT+5:30 then why its save in database in UTC.its save that date automatically so is there any way to update this date format for database. N!dh! :)
-
Hi Ashu I got this thing,but i m not asking about why this difference,I m asking about how this difference is there. My database is on same server where my application code reside,if that server is using GMT+5:30 then why its save in database in UTC.its save that date automatically so is there any way to update this date format for database. N!dh! :)
-
Hi Ashu I got this thing,but i m not asking about why this difference,I m asking about how this difference is there. My database is on same server where my application code reside,if that server is using GMT+5:30 then why its save in database in UTC.its save that date automatically so is there any way to update this date format for database. N!dh! :)
Have you return any special code for handling the Login operation? I believe the control itself doing that. It uses its one provider which stores the data in UTC timing. You just use CultureInfo to convert to the local timing.
Castle Rider
What if I freeze??? Don't forget to breath...
My: Website | Yahoo Group | Blog Spot
-
Have you return any special code for handling the Login operation? I believe the control itself doing that. It uses its one provider which stores the data in UTC timing. You just use CultureInfo to convert to the local timing.
Castle Rider
What if I freeze??? Don't forget to breath...
My: Website | Yahoo Group | Blog Spot