0

I have a pandas date time field and I am using Series.dt.weekday_name to get the week day name. The date time field is in GMT. The data corresponds to two different locations India and USA. At 6:52 pm in GMT.. it is 12:22 am tuesday in IST and 1:52 pm in USA CDT. How can I make sure I am getting the correct weekday using this pandas inbuilt method? If not, is there an other way this can be achieved?

NAGA
  • 338
  • 2
  • 4
  • 12

1 Answers1

0

It uses datetime pandas doc so it will be based on your computer clock.

Jean Rostan
  • 1,056
  • 1
  • 8
  • 16