/TimeConverter

This code is for mac OS X application which can be used for converting the UNIX time stamp to Current time stamp in human readable format.

Primary LanguageSwiftApache License 2.0Apache-2.0

TimeConverter

This is a developer tool. Which might save your time when you don't have active internet connection. This code is mac OS X application which can be used for converting the UNIX time stamp to Current time stamp in human readable format. This is to help developer for quick convertion of the unix time stamp to Human readable format.

When you input 1525696016 as data then it will display time as 5:56 PM on May 07,2018

Here location is India (GMT+5.30)

You can change your required format in dateformatter in ViewController.swift file.

Happy coding!