Epoch & Unix Timestamp : Différence entre versions
De Vulgum Techus
Ligne 1 : | Ligne 1 : | ||
[[Catégorie:Linux]] | [[Catégorie:Linux]] | ||
+ | '''[[Lien court]]''' vers cette page : http://vt.cx/EUT | ||
+ | '''[[QR code]]''' vers cette page : http://vt.cx/EUT.qr | ||
+ | <html> | ||
+ | <script type="text/javascript"><!-- | ||
+ | google_ad_client = "ca-pub-3341840374417340"; | ||
+ | /* VT2 */ | ||
+ | google_ad_slot = "6349432125"; | ||
+ | google_ad_width = 468; | ||
+ | google_ad_height = 60; | ||
+ | //--> | ||
+ | </script> | ||
+ | <script type="text/javascript" | ||
+ | src="//pagead2.googlesyndication.com/pagead/show_ads.js"> | ||
+ | </script> | ||
+ | </html> | ||
+ | |||
= Présentation = | = Présentation = | ||
'''Epoch & Unix Timestamp''' = nombre de '''secondes''' écoulées depuis le '''jeudi 1er janvier 1970 (0h00 UTC/GMT''' (représenté par '''1970-01-01T00:00:00Z''' dans la norme '''ISO 8601''') | '''Epoch & Unix Timestamp''' = nombre de '''secondes''' écoulées depuis le '''jeudi 1er janvier 1970 (0h00 UTC/GMT''' (représenté par '''1970-01-01T00:00:00Z''' dans la norme '''ISO 8601''') | ||
Ligne 21 : | Ligne 37 : | ||
= Convertisseurs en ligne = | = Convertisseurs en ligne = | ||
* [http://www.epochconverter.com epochconverter.com] '''Epoch''' & '''Unix Timestamp''' Conversion Tools | * [http://www.epochconverter.com epochconverter.com] '''Epoch''' & '''Unix Timestamp''' Conversion Tools | ||
+ | |||
+ | = Commentaires = | ||
+ | {{#widget:DISQUS | ||
+ | |id=vulgumtechus | ||
+ | }} |
Version actuelle en date du 17 juin 2016 à 17:15
Lien court vers cette page : http://vt.cx/EUT QR code vers cette page : http://vt.cx/EUT.qr
Présentation
Epoch & Unix Timestamp = nombre de secondes écoulées depuis le jeudi 1er janvier 1970 (0h00 UTC/GMT (représenté par 1970-01-01T00:00:00Z dans la norme ISO 8601)
Équivalence | Secondes |
---|---|
1 minute | 60 |
1 heure (60 minutes) | 3.600 |
1 jour (24 heures) | 86.400 |
1 semaine (7 jours) | 604.800 |
1 mois (30,44 jours) | 2.629.743 |
1 année (365.24 jours) | 31.556.926 |
Convertisseurs en ligne
- epochconverter.com Epoch & Unix Timestamp Conversion Tools