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.
smit66New Contributor II to ptaylor5 years agoThanks for your response, I’m currently using this solution.
Recent DiscussionsPagination Logic Fails After Migrating from REST GET to HTTP Client SnapSolvedPipeline Execute Pool sizetrace API and proxy callsConcat values of a field based on value of another fieldSolvedJWT Configuration for SnapLogic Public API