Timestamp issue

Options
I want format_timestamp in By Custom Query.
if i am create new variable than i can use format_timestamp but in query all if i am using inside in where condition there is no format_timestamp option
can you please add this option in custom query

Comments

  • Michael Udinski
    Michael Udinski Administrator

    ADMIN

    Options
    format_timestamp isn't supported in the query. The query has different protocols than data in the variable.

    What is your use case needing to format a timestamp in the query? There's likely a different method or way to go about it
  • Khan aqib
    Options
    I am comparing this d-m-y:H:i format with time now and get the data based on upcoming events and running events so it's is possible with format_timestamp
  • Michael Udinski
    Michael Udinski Administrator

    ADMIN

    Options
    What are you trying to format to what? And how are you trying to make the comparison? Down to an exact millisecond? Minute? Hour? Week? etc.?