Posts by Bruno G • 31 points
2 posts
-
2
votes1
answer51
viewsQ: Time leaving with unexpected result
I’m running a code that prints the hours on the terminal but when I use the code below it brings me a totally wrong value on time: Code: from time import gmtime, strftime print(strftime("%a, %d %b…
-
0
votes1
answer249
viewsQ: Migrate app II7 to other environment iis 7
I have a system that is hosted in the IIS7 environment of a partner company, but the partnership is being terminated and I need to migrate these systems to another environment, how can I make this…