Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
UnixTimeToDateTime
tolikpunkoff
Aug 8th, 2018
628
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C#
0.18 KB
| None
|
0
0
raw
download
clone
embed
print
report
private
DateTime UnixTimeToDateTime
(
double
UnixTime
)
{
DateTime origin
=
new
DateTime
(
1970
,
1
,
1
,
0
,
0
,
0
)
;
return
origin
.
AddSeconds
(
UnixTime
)
;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
Changelly Bug (Get more on BTC swaps)
JavaScript | 1 sec ago | 0.15 KB
✅ MAKE $12OO IN 10 MIN T
JavaScript | 17 sec ago | 0.07 KB
✅ Exploit 500$ in 15 Minutes
JavaScript | 18 sec ago | 0.15 KB
Make 1500$ in 20 MIN [Method] B
JavaScript | 25 sec ago | 0.07 KB
Changelly.com Exploit
JavaScript | 25 sec ago | 0.15 KB
5OO$ GIFTCARDS? 1
JavaScript | 32 sec ago | 0.07 KB
Make $200 in 15 minutes N
JavaScript | 40 sec ago | 0.07 KB
G2A Glitch (Working)
JavaScript | 50 sec ago | 0.15 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!