Time axis in d3.js with specific time zone
问题 I am using d3.time.scale() (reference here) to create time scale and providing tick values using axis.tickValues([values]) (here). The ticks are rendered for the specified Date objects provided in [values]. All fine, but the tick values representations are always in current time zone of the browser. Now comes the requirement to show it in a specific time zone (say, 'Asia/Calcutta'). Is there a way to achieve this? The max option I see is for formatting the ticks, but not replacing them with