You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I join a channel, I receive the rpl_creationtime event. An example time string received (message.args[2]) is 1416603701. How do I parse this into a Date object?
The text was updated successfully, but these errors were encountered:
rgajrawala
changed the title
Parse RPL_CONNECTIONTIME
Parse RPL_CREATIONTIME
Dec 2, 2014
When I join a channel, I receive the
rpl_creationtime
event. An example time string received (message.args[2]
) is1416603701
. How do I parse this into aDate
object?The text was updated successfully, but these errors were encountered: