Commit b36ca1a8d2e9a90afb3070d816ea3020f790ba52
1 parent
7fae60a0
Split service_keywords.py (Netcast)
Showing
3 changed files
with
9 additions
and
5 deletions
| ... | ... | @@ -224,8 +224,3 @@ def convert_time_to_etender_format(isodate): |
| 224 | 224 | def procuringEntity_name(INITIAL_TENDER_DATA): |
| 225 | 225 | INITIAL_TENDER_DATA.data.procuringEntity['name'] = u"Повна назва невідомо чого" |
| 226 | 226 | return INITIAL_TENDER_DATA |
| 227 | - | |
| 228 | -def subtract_from_time(date_time,substr_min,substr_sec): | |
| 229 | - now = datetime.strptime(date_time,"%d.%m.%Y %H:%M") | |
| 230 | - now = (now - timedelta(minutes=int(substr_min), seconds = int (substr_sec) )).isoformat() | |
| 231 | - return now | ... | ... |
Please
register
or
login
to post a comment