I need to get subtract the timezone offset from the current time using momentjs
Suppose I have below offsets
1) +05:30 2) -05:00 3) -06:30
Now I need to subtract this time from the current time
moment(). // what should be here?
Thank you!!!
I need to get subtract the timezone offset from the current time using momentjs
Suppose I have below offsets
1) +05:30 2) -05:00 3) -06:30
Now I need to subtract this time from the current time
moment(). // what should be here?
Thank you!!!