Skip to Content
Menu
This question has been flagged
2 Replies
5508 Views

Hello,

I want to write current datetime in excel report using pythons xlwt package.

But it shows the time in UTC format rather than my local timezone. So please help me to solve this problem.

Thanks in advance for your help!!!

Avatar
Discard
Best Answer

Hello Jinesh

you can use below code for get current datetime in excel report.


datetime.strftime(datetime.now(), "%d-%m-%Y")

Avatar
Discard
Best Answer
sheet.write(3, 1, str(date.today()))

Avatar
Discard
Related Posts Replies Views Activity
2
Jun 23
4269
2
Mar 17
4544
3
Jun 25
7983
0
Apr 24
1745
4
Nov 23
5774