i need some help to convert date into a string
i have an sql database running on my unix box which stores the date in str eg:1371509465
i would like to run a query to find if any future dates exist in the database
is there an equivalent function to php's strtotime in shell ?