Using it as a main tool at work and for home project. Tried VS and atom before, but for js/ts projects like VS Code more :) What disappoints a little is that lately it started to crash several times a week. But that's not critical. It starts fast and restores last opened files
K
kutynko
@kutynko
Posts
-
Anyone using VS Code? -
best timing!Just wanted to add that when a user submits a post you should from javascript take current time, convert it to UTC and pass it to the server. And for another user reading this post you receive UTC time from DB, pass it to the client and in javascript convert it to local time. Because client creating a post, web app host, DB server and another client reading the post may all be in different time zones :)