Skip to content Skip to sidebar Skip to footer
Showing posts with the label Utc

Remove Time From Gmt Time Format

I am getting a date that comes in GMT format, Fri, 18 Oct 2013 11:38:23 GMT. The problem is that th… Read more Remove Time From Gmt Time Format

Node + Mongodb + Isodate + Timezone Issue

Hello I am working in node js + mongodb. When I insert the data into collection the data is stored … Read more Node + Mongodb + Isodate + Timezone Issue

How To Create Utc Date In Js?

When i try to create the date in UTC like new Date(Date.UTC(2013, 10, 7, 10, 3, 19)) i still receiv… Read more How To Create Utc Date In Js?

How To Handle Dst And Timezones In Javascript

What is the best approach for dealing with DST values when your web service accepts requests from d… Read more How To Handle Dst And Timezones In Javascript

How To Make The Timezone Of Date To UTC

I have a filter that i use to convert date to UTC date. .filter('utc', function(){ retu… Read more How To Make The Timezone Of Date To UTC

Converting Date With Time In PST Into UTC Format

i am having a variable str(string type)having '28-Nov-2013 09:15 AM' as its value.How to co… Read more Converting Date With Time In PST Into UTC Format