github.com/qri-io/qri@v0.10.1-0.20220104210721-c771715036cb/lib/testdata/now_tf/transform.star (about)

     1  load("time.star", "time")
     2  
     3  def transform(ds, ctx):
     4    body = ds.body
     5    body.append(str(time.now()))
     6    ds.body = body