smit66New Contributor II5 years agoUnix timestamp in snaplogic Hello, I’m trying to generate time in unix timestamp format. Is there a snap function which can perform this task? Thanks, Smit
ptaylorEmployee5 years agoYou can also do it more simply with this expression in a Mapper: Math.floor(Date.now().getTime() / 1000)
smit66New Contributor II to ptaylor5 years agoThanks for your response, I’m currently using this solution.
Recent DiscussionsHow to get filename from file readerSolvedGenerate expression file from database queryCan we generate XML file in pretty print format using native snapLogic snaps?Solved401 error with HTTP Client and NTLMSolvedPagination and nextCursor in header