Sorry i thought you mean the timestamps included in the rx/tx json objects.
So new try with a OTAA Join request that shows activated (last seen x seconds ago) in the TTN Console but doesn’t receive the Join Accept.
tcpdump with timestamps:
A 11:39:03.544003 IP raspberrypi.fritz.box.56890 > 52.169.76.203.1700: UDP, length 242 {"rxpk":[{"tmst":28674635,"time":"2017-02-20T10:39:03.543870Z","chan":0,"rfch":1,"freq":868.100000,"stat":1,"modu":"LORA","datr":"SF7BW125","codr":"4/5","lsnr":11.2,"rssi":-39,"size":23,"data":"ADYeAPB+1bNwrxwD8I/Vs3CJ7XC00dY="}]}
B 11:39:07.276382 IP raspberrypi.fritz.box.56890 > 52.169.76.203.1700: UDP, length 242 {"stat":{"time":"2017-02-20 10:39:07 GMT","lati":48.78466,"long":9.17769,"alti":247,"rxnb":1,"rxok":1,"rxfw":1,"ackr":100.0,"dwnb":0,"txnb":0,"..."}}
C 11:39:08.215948 IP 52.169.76.203.1700 > raspberrypi.fritz.box.53146: UDP, length 196 {"txpk":{"imme":false,"tmst":33674635,"freq":868.1,"rfch":0,"powe":14,"modu":"LORA","datr":"SF7BW125","codr":"4/5","ipol":true,"size":33,"data":"ILb0/M6xc5u8k3Q7SDBK6XHcPU2x+JtdJu2FIknzk7Gc"}}
And this from the poly_packet_fwd
##### 2017-02-20 10:39:07 GMT #####
### [UPSTREAM] ###
# RF packets received by concentrator: 1
# CRC_OK: 100.00%, CRC_FAIL: 0.00%, NO_CRC: 0.00%
# RF packets forwarded: 1 (23 bytes)
# PUSH_DATA datagrams sent: 1 (242 bytes)
# PUSH_DATA acknowledged: 100.00%
### [DOWNSTREAM] ###
# PULL_DATA sent: 3 (100.00% acknowledged)
# PULL_RESP(onse) datagrams received: 0 (0 bytes)
# RF packets sent to concentrator: 0 (0 bytes)
# TX errors: 0
### [GPS] ###
# Invalid gps time reference (age: 1487587147 sec)
# Manual GPS coordinates: latitude 48.78466, longitude 9.17769, altitude 247 m
##### END #####
INFO: [up] PUSH_ACK for server router.eu.thethings.network received in 47 ms
INFO: [down] for server router.eu.thethings.network PULL_ACK received in 46 ms
INFO: [down] for server router.eu.thethings.network serv_addr[ic]PULL_RESP received :)
INFO: [down] a packet will be sent on timestamp value 33674635
WARNING: [down] lgw_send failed
INFO: [down] for server router.eu.thethings.network PULL_ACK received in 46 ms
So again he says 0 Packets sent to concentrator (and the warning lgw_send failed?).