Timestamp Code Snippets
Code examples for getting, converting timestamps in various programming languages
Get Current Unix Timestamp
How to get the current Unix timestamp in different programming languages
| Language | Code | Action |
|---|---|---|
| PHP |
|
|
| JavaScript |
|
|
| Python |
|
|
| Java |
|
|
| C# |
|
|
| Go |
|
|
| Ruby |
|
|
| Node.js |
|
|
| Bash/Shell |
|
|
| Swift |
|
Convert Unix Timestamp to Date
How to convert Unix timestamp to regular date/time in different programming languages
| Language | Code | Action |
|---|---|---|
| PHP |
|
|
| JavaScript |
|
|
| Python |
|
|
| Java |
|
|
| C# |
|
|
| Go |
|
|
| Ruby |
|
|
| Bash/Shell |
|
Convert Date to Unix Timestamp
How to convert regular date/time to Unix timestamp in different programming languages
| Language | Code | Action |
|---|---|---|
| PHP |
|
|
| JavaScript |
|
|
| Python |
|
|
| Java |
|
|
| C# |
|
|
| Go |
|
|
| Ruby |
|
|
| Bash/Shell |
|