I have created simple server, taking guess my number example,
All fine here.
I noted that the B4J server creates log files in "logs" folder like
Now the date time are written as GMT +0000.
How can I make it to write the date time in IST +5.30 ?
For example in image above the time should be 23:58:18
B4X:
srvr.AddHandler("/Server_Log", "Server_Log", False)
srvr.AddHandler("/guessmynumber/guess", "GuessMyNumber", False)
I noted that the B4J server creates log files in "logs" folder like
B4X:
b4j-2022_07_09.request.log
b4j-2022_07_07.request.log
b4j-2022_07_06.request.log
Now the date time are written as GMT +0000.
How can I make it to write the date time in IST +5.30 ?
For example in image above the time should be 23:58:18